home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 06 - Graphix (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 06 - Graphix (19xx)(Topik Public Domain)(PD)[WB].adf / GIF / Amgif.doc < prev    next >
Text File  |  1989-06-28  |  2KB  |  45 lines

  1. AMGIF vn 0.5 - Amiga IFF to GIF converter
  2.  
  3. Converts Amiga IFF pictures to GIF.  Supports 320x200 & 320x400 in up to
  4. 32 colors or HAM mode, and 640x200 & 640x400 in up to 16 colors.  HAM mode
  5. pictures are reduced to 256 colors.
  6.  
  7.  
  8. This is an early version of this program.  I don't really see it changing
  9. much, except to fix bugs, and maybe some speedup, but its too soon to
  10. declare this as version 1.0.
  11.  
  12. This program is basically the same as IFF2GIF, by Steve Wilhite (and uses
  13. the modules COMPRESS.C and BUILDGIF.C from that program...), but will also
  14. convert HAM pictures.  It also might be a bit faster with non-HAM pictures.
  15. It is used identically to IFF2GIF.
  16.  
  17. It does, however, require a significant amount of memory to run.  (roughly
  18. 200-300K, depending on resolution...)  It can also require over 512K for
  19. pictures in Hires interlaced mode (ie 640 x 400).  If you only have 512K
  20. and want to convert a 640 x 400 picture, you can still use IFF2GIF for this.
  21. AMGIF will eventually support a low memory usage mode, but since IFF2GIF can
  22. handle that for now, it doesn't.
  23.  
  24. HAM images can take a significant amount of time to encode, mainly due to
  25. the calculations required to sort and remap the colors.  HAM images are
  26. reduced to a 256 color map, choosing the most frequently used colors for the
  27. color map, and remapping all the other used colors to the nearest match in
  28. that color map.  Many HAM images will not suffer much from this.  Others may
  29. suffer significantly.  It depends on the image.
  30.  
  31. Note that AMGIF doesn't do Extra-Halfbrite pics currently, mainly because I
  32. don't know the format for them and have none to test with.  I suspect that
  33. they will be incorrectly identified as HAM pics.  This may be added later.
  34.  
  35.  
  36. Thanks to Steve Wilhite, who wrote COMPRESS.C and BUILDGIF.C, which
  37. are used in this program.  He also wrote IFF2GIF.C, which I heavily
  38. remodeled to become AMGIF.
  39.  
  40. Thanks also to Jim Kent, who wrote JIFF.C, which is also used in
  41. this program to read IFF pics.
  42.  
  43. -->Steve Bennett           Compuserve:[70046,441]        01/03/88
  44.  
  45.